(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/iffparse.h>
APTR LocalItemData()
SYNOPSIS
struct LocalContextItem * localItem
LOCATION
In IFFParseBase at offset 32
FUNCTION
Returns a pointer to the userdata allocated in AllocLocalItem. This function returns NULL for an input of NULL.
INPUTS
localItem
pointer to a LocalContextItem struct or NULL.
RESULT
data - pointer to user data or NULL.
NOTES
EXAMPLE
BUGS
SEE ALSO
AllocLocalItem()
,
FreeLocalItem()
INTERNALS
HISTORY
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen